home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / techinfo.zip / 3004.TXT < prev    next >
Text File  |  1991-03-03  |  3KB  |  67 lines

  1.  
  2.  
  3.    ╔═════════════════════════════════════════════════════════════════════════╗
  4.    ║                                                                         ║
  5.    ║        HOW THE INTEL 387(TM) DX AND THE WEITEK 1167 ARE DIFFERENT       ║
  6.    ║                                                                         ║
  7.    ╚═════════════════════════════════════════════════════════════════════════╝
  8.  
  9.  
  10.  
  11.  
  12.        The two major difference between the Intel 387DX and the Weitek 1167
  13.        are the number of programs that support each math coprocessor and the
  14.        way each of them performs.  The following sections highlight these
  15.        differences.
  16.  
  17.  
  18.    SOFTWARE SUPPORT
  19.    ────────────────
  20.  
  21.        At this writing, over 300 programs support the 387DX and other Intel
  22.        Math Coprocessors.  Most compilers and assemblers (tools programmers
  23.        use to create new applications) for the 386DX microprocessor support
  24.        387DX.  The 387DX functions the same whether the 386DX is in real mode
  25.        (which DOS uses), protected mode (used by OS/2 and UNIX), or virtual 86
  26.        mode (for multi-tasking).   This make it a snap to produce more
  27.        powerful, speedy programs which use the Intel Math CoProcessor.  The
  28.        387DX is compatible with programs written for the Intel 8087 and 80287
  29.        math coprocessors too!
  30.  
  31.        The Weitek 1167 requires the 386DX to run in protected mode.  Since DOS
  32.        programs run real mode, it is impossible to use the 1167 without a
  33.        special program called a DOS extender.  At this time there are very few
  34.        programs under a DOS extender.
  35.  
  36.  
  37.    PERFORMANCE
  38.    ───────────
  39.  
  40.        The Intel 387DX supports basic math (addition, subtraction,
  41.        multiplication and division), exponential, logarithmic and
  42.        trigonometric functions, and it can perform these operations much more
  43.        quickly than the 386DX.  Since all math functions can be processed by
  44.        the 387DX, this leaves the 386DX free to perform other system
  45.        operations until the math coprocessor returns its result.  This
  46.        coprocessing is what gives the Intel 387DX its overall advantage.
  47.  
  48.        The Weitek 1167 performs basic math functions faster than the 387DX,
  49.        but basic math is all this math coprocessor can perform.  It cannot
  50.        process higher math functions like the 387DX.  This means the 386DX
  51.        must perform the higher math functions.  Because the 386DX uses
  52.        software subroutines to perform these complex tasks, the calculations
  53.        take longer and system operations must either wait or interrupt the
  54.        calculation in progress.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.    ═══════════════════════════════════════════════════════════════════════════
  63.  
  64.    2/90                        Intel FaxBack # 3004                     Page 1
  65.  
  66.  
  67.